home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
dragonforce.swf
/
scripts
/
DefineButton2_358
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
270 b
|
13 lines
on(release){
if(_root.paused == false)
{
if(_root.musicplaying == true)
{
_root.musicplaying = false;
_root.status.mask.box._x = 245;
_root.fade = "out";
_root.globalmusiccontrol = "stop";
}
}
}